home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / hold10.zip / DEMO.BAT next >
DOS Batch File  |  1987-12-27  |  485b  |  15 lines

  1. ECHO OFF
  2. ECHO     DEMO SCREEN 1
  3. ECHO     .
  4. ECHO     This Demo batch file  will step through a series of screens, explaining
  5. ECHO     HOLD.COM.
  6. ECHO     .
  7. ECHO     This  batch file  will now  start up  HOLD.COM and  wait for 20 seconds
  8. ECHO     while you read the  screen.  If you press  the space bar before  the 20
  9. ECHO     seconds are up then this screen will be re-displayed.
  10. ECHO     .
  11. ECHO     .
  12. HOLD 20 NEXT_SCREEN DEMOA.BAT REPEAT_THIS_SCREEN DEMO.BAT H
  13. HLD.BAT
  14.  
  15.